body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    background-color: black;
    color: white;
    text-align: center;
}

header h1 {
    font-size: 50px;
    font-family: verdana;
    font-weight: normal;
}

header p, a {
    font-size: 16px;
    text-decoration: underline;
    color: aquamarine;
}

.travel-guide h2,
footer h2 {
    font-size: 42px;
    font-weight: 300;
}

.travel-guide p {
    font-size: 21px;
    color: gray;
}

.travel-guide img {
    width: 100%;
}

.copyright {
    text-align: right;
    color: gray;
    font-size: 21px;
}